home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 May / Macworld (1999-05).dmg / Shareware World / Comms & Internet / Net.Dreams Remote Mail 1.0 / Net.Dreams Remote Mail.cfg < prev    next >
Text File  |  1999-02-25  |  4KB  |  93 lines

  1. # Lines starting with '#' are comments, and are ignored by Remote Mail.
  2. # Changes only take effect after you relaunch your web server.
  3.  
  4. # Without a license, the software will only allow two simultaneous 
  5. # sessions. Contact orders@netdreams.com to get a license for this 
  6. # software or go to the web page at <http://www.netdreams.com/remotemail/>
  7. # License-Key: put your license key here
  8.  
  9. # Should users be allowed to specify servers other than the default?
  10. # To turn on you must use the values "true" or "on" (case-insensitive)
  11. # or a number other than zero.  Any other values will default to "false"
  12. Allow-Foreign-Servers: on
  13.  
  14. # Sets the mail server used when none is specified.  Set this to 
  15. # the POP3 server to use by default.  If Allow-Foreign-Servers is
  16. # set to "off", this is the host that will *always* be used,
  17. # you MUST configure this if you are disallowing foreign servers.
  18. # Default-Servername: mail.your.dom
  19.  
  20. # Is the user allowed to specify their own return address in the login
  21. # screen?  Set to "on" or "off".
  22. Allow-Return-Address: on
  23.  
  24. # Normally, the return address is a combination of the login username
  25. # and a host name.  For example, the POP server might be "mail.your.dom"
  26. # but the return address might be "username@your.dom".
  27. # Set this value to default value of the host name of the return address.
  28. # Default-Return-Host: your.dom
  29.  
  30. # Some servers use a specific algorithm to convert login names to 
  31. # return addresses.  EIMS takes login names like "joe%your.dom" and
  32. # changes them to "joe@your.dom".  Currently, the only value values
  33. # for the field are "none" and "EIMS".  Contact us if you would like
  34. # direct support for some other brand of server.
  35. Default-Return-Algorithm: none
  36.  
  37. # Session Management
  38. # There are two variables that affect the behaviour of the user session.
  39.  
  40. # Session-timeout specifies (in seconds) how long a session may be
  41. # inactive before the user is automatically logged out.
  42. Session-Timeout: 1200
  43.  
  44. # Pop-connection-refresh specifies how often a NOOP command is sent
  45. # to the pop server to keep the POP connection open.  Some POP servers
  46. # will terminate an idle connection after as little as 10 minutes.
  47. Pop-Connection-Refresh: 300
  48.  
  49. # By default, how many messages appear in the mailbox view at one time?
  50. Default-Mailbox-Length: 20
  51.  
  52. # It is impractical to handle arbitrarily large messages via a browser 
  53. # interface, so you must specify (in Kilobytes) how much of a message
  54. # you are willing to allow people to download.  The plug-in converts
  55. # this to a guesstimated number of lines (due to the way POP works), 
  56. # so how much data the user actually gets depends somewhat on message 
  57. # formatting.  In a post-1.0 release we may provide a special mechanism 
  58. # for downloading arbitrarily large message to a local file.
  59. Max-Message-Size: 50
  60.  
  61. # Many messages do not contain line breaks.  Since messages are displayed
  62. # inside <pre> tags, they often need to have line breaks inserted.  This
  63. # number determines the maximum line length to use when displaying messages
  64. Message-Wrap-Length: 80
  65.  
  66. #Some plug-ins make their services available to other plug-ins via PIXO,
  67. #a cross-plugin archetecture for WebSTAR.  If you wish to use tags and commands
  68. #from another development tool in Remote Mail views, check to see if that 
  69. #plug-in supports PIXO and will act as a "processor" plug-in.  Use that
  70. #plug-in's PIXO service name in this configuration.
  71. #
  72. #PIXO-Preprocessor: SSI_PIXO
  73.  
  74. # Most POP3 servers support a login method called "APOP".  Instead of 
  75. # simply sending the password to the server, the APOP method encrypts 
  76. # the password first, preventing unauthorized access to your account.
  77. # It is off by default because during our testing we discovered that
  78. # some mail servers do not correctly implement APOP, causing all APOP
  79. # logins to fail.  If your mail server supports APOP, you should try
  80. # turning this on.
  81. Enable-APOP: off
  82.  
  83. # What charset to use for most views.  In the Message view, this is usually
  84. # overridden by the character set of the message being displayed.
  85. Default-Charset: US-ASCII
  86.  
  87.  
  88. # Page expiration is especially important in lab situations where one person finishes
  89. # a session and then another person uses the computer several minutes afterwards.  You
  90. # want pages to expire to prevent the next user from simply hitting the "back" button.
  91. # Measured in seconds.
  92. Default-Page-Expiration: 1200
  93.